home *** CD-ROM | disk | FTP | other *** search
- ; USB.INF -- This file contains descriptions of all the HCD (USB controller)
- ;
-
- [Version]
- signature="$CHICAGO$"
- Class=USB
- ClassGUID={36FC9E60-C465-11CF-8056-444553540000}
- Provider=%Msft%
- LayoutFile=LAYOUT.INF
- DriverVer=06/19/2003,5.00.2195.6717
-
- [ControlFlags]
- ExcludeFromSelect = *
-
- [DestinationDirs]
- DefaultDestDir=11 ; LDID_SYS
- ;
- ; For Windows NT, all drivers go into %windir%\system32\drivers. Since
- ; there isn't a DIRID (LDID) that represents this path on both NT and Win95,
- ; we specify the relative path off of %windir%.
- ;
-
- USB.CopyFiles.NT = 10, system32\drivers
- Hub.CopyFiles.NT = 10, system32\drivers
-
- ; =================== Class Sections ===========================
-
- [ClassInstall]
- Addreg=USBClassReg
-
- [USBClassReg]
- HKR,,,,%USBClassName%
- HKR,,Icon,,-20
- HKR,,NoInstallClass,,1
-
- [ClassInstall32]
- Addreg=USBClassReg
-
- ; =================== Table of content =========================
-
- ; =================== Table of content =========================
-
- [Manufacturer]
- %Motorola.Mfg% = Motorola
-
-
- ; =================== Motorola ==================================
-
- [Motorola]
- %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\VID_22B8&PID_4901
- %USB\COMPOSITE.DeviceDesc%=Composite.Dev,USB\VID_22B8&PID_3001
-
- ; --------------------------------------------------------------
-
- [Composite.Dev]
- AddReg=Hub.AddReg
-
- ; For Windows NT...
-
- [Composite.Dev.NT]
- DelReg=Composite.DelReg.NT
- ; Don't need to copy usbhub.sys because there has to be at least one hub
- ; Don't need any extra registry entries
-
- [Composite.DelReg.NT]
- HKR,,EnumPropPages32
-
- [Composite.Dev.NT.Services]
- AddService = usbhub, 0x00000002, StandardHub.AddService
-
- [StandardHub.Dev.NT]
- CopyFiles=Hub.CopyFiles.NT
- DelFiles=Hub.DelFiles,USBINF.DelFiles.NT,USBMON.DelFiles.NT
- AddReg=StandardHub.AddReg.NT
-
- [StandardHub.AddReg.NT]
- HKR,,EnumPropPages32,,"usbui.dll,USBHubPropPageProvider"
-
- [StandardHub.Dev.NT.Services]
- AddService = usbhub, 0x00000002, StandardHub.AddService
-
- [StandardHub.AddService]
- DisplayName = %StandardHub.SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\usbhub.sys
- LoadOrderGroup = Base
-
- ; =================== Global ==================================
-
- [USB.AddReg]
- HKR,,DevLoader,,*NTKERN
-
- [USB.CopyFiles]
- usbd.sys
- usbhub.sys
-
- [USB.DelFiles]
- usbhub.sys,,,1
- openhci.sys,,,1
- uhcd.sys,,,1
- usbd.sys,,,1
- usbcamd.sys,,,1
- imagecls.sys,,,1
- hcd.vxd,,,1
- usbd.vxd,,,1
- usb_enum.vxd,,,1
- vtaishid.vxd,,,1
- tmusb.sys,,,1
- taishid.sys,,,1
-
- [USBMON.DelFiles]
- mondrv.sys,,,1
- mondll.dll,,,1
-
- [USBINF.DelFiles]
- propext.inf,,,1
- tmusb.inf,,,1
- ehidmous.inf,,,1
- ehidkbd.inf,,,1
- ehidjoy.inf,,,1
-
- [HUB.AddReg]
- HKR,,DevLoader,,*NTKERN
- HKR,,NTMPDriver,,usbhub.sys
-
- [USB.CopyFiles.NT]
- usbd.sys
- usbhub.sys
-
- [USB.DelFiles.NT]
- usbhub20.sys,,,1
- usbhub.sys,,,1
- openhci.sys,,,1
- usbport.sys,,,1
- uhcd.sys,,,1
- usbd.sys,,,1
- usbcamd.sys,,,1
- imagecls.sys,,,1
- hcd.vxd,,,1
- usbd.vxd,,,1
- usb_enum.vxd,,,1
- vtaishid.vxd,,,1
- tmusb.sys,,,1
- taishid.sys,,,1
- usbuidll.dll,,,1
-
- [USBMON.DelFiles.NT]
- mondrv.sys,,,1
- mondll.dll,,,1
-
- [USBINF.DelFiles.NT]
- propext.inf,,,1
- tmusb.inf,,,1
- ehidmous.inf,,,1
- ehidkbd.inf,,,1
- ehidjoy.inf,,,1
-
- [HUB.CopyFiles]
- usbhub.sys
-
- [HUB.CopyFiles.NT]
- usbhub.sys
-
- [USBUI.CopyFiles.NT]
- usbui.dll
-
-
- [Strings]
- Msft="Microsoft"
- Motorola="Motorola"
- USBClassName="Universal Serial Bus controllers"
-
- StandardHub.SvcDesc="Microsoft USB Standard Hub Driver"
- MotorolaParent.SvcDesc="Microsoft USB Generic Parent Driver"
-
- Motorola.Mfg="(Motorla USB Host Controller)"
- USB\COMPOSITE.DeviceDesc="USB Composite Device"
-
-
-